var map;var $marker = [];function $setCursor($lat, $lng, $index){$marker[$index - 1]['infowindow'].open(map, $marker[$index - 1]);var $lat_lng = new google.maps.LatLng($lat, $lng);map.setCenter($lat_lng);map.setZoom(20);}function initialize(){var $i = 0;var mapOptions = {zoom: 10,center: new google.maps.LatLng(37.2663,-76.7098)};var g_96671501524948bc3937b4b30d0e57b9 = new google.maps.Geocoder();g_96671501524948bc3937b4b30d0e57b9.geocode( { 'address': "266 Mclaws Cir, Williamsburg, VA 23185"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('williamsburg-VA-merrill-lynch').style.display = '';map = new google.maps.Map(document.getElementById('williamsburg-VA-merrill-lynch'), mapOptions);}document.getElementById('67240497').innerHTML += ' | View Map';var $l96671501524948bc3937b4b30d0e57b9 = '

Merrill Lynch

Address: 266 Mclaws Cir, Williamsburg, VA 23185
Phone: (757) 220-5561
';var m_96671501524948bc3937b4b30d0e57b9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Merrill Lynch',});m_96671501524948bc3937b4b30d0e57b9['infowindow'] = new google.maps.InfoWindow({content: $l96671501524948bc3937b4b30d0e57b9});var infowindow = new google.maps.InfoWindow({content: $l96671501524948bc3937b4b30d0e57b9});google.maps.event.addListener(m_96671501524948bc3937b4b30d0e57b9, 'click', function() {infowindow.open(map,m_96671501524948bc3937b4b30d0e57b9);});$marker.push(m_96671501524948bc3937b4b30d0e57b9);}});}google.maps.event.addDomListener(window, 'load', initialize);