﻿$(document).ready(function(){GetMap();});var map=null;function GetMap(){map=new VEMap('myMap');map.SetDashboardSize(VEDashboardSize.Tiny);map.LoadMap(new VELatLong(33.409,-86.764,0,VEAltitudeMode.RelativeToGround),15,VEMapStyle.Road,false,VEMapMode.Mode2D,true,1);var shape=new VEShape(VEShapeType.Pushpin,new VELatLong(33.409,-86.764))
shape.SetDescription("Lakeside Baptist Church, Birmingham, Alabama");shape.SetTitle('<img src="/images/vemapico.jpg" alt="""">');map.AddShape(shape);}
