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_277a78fc05c8864a170e9a56ceeabc4c = new google.maps.Geocoder();g_277a78fc05c8864a170e9a56ceeabc4c.geocode( { 'address': "1156 Jamestown Rd, Williamsburg, VA 23185"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('williamsburg-VA-fulton-bank').style.display = '';map = new google.maps.Map(document.getElementById('williamsburg-VA-fulton-bank'), mapOptions);}document.getElementById('db068f68').innerHTML += ' | View Map';var $l277a78fc05c8864a170e9a56ceeabc4c = '

Fulton Bank

Address: 1156 Jamestown Rd, Williamsburg, VA 23185
Phone: (757) 229-6981
';var m_277a78fc05c8864a170e9a56ceeabc4c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fulton Bank',});m_277a78fc05c8864a170e9a56ceeabc4c['infowindow'] = new google.maps.InfoWindow({content: $l277a78fc05c8864a170e9a56ceeabc4c});var infowindow = new google.maps.InfoWindow({content: $l277a78fc05c8864a170e9a56ceeabc4c});google.maps.event.addListener(m_277a78fc05c8864a170e9a56ceeabc4c, 'click', function() {infowindow.open(map,m_277a78fc05c8864a170e9a56ceeabc4c);});$marker.push(m_277a78fc05c8864a170e9a56ceeabc4c);}});}google.maps.event.addDomListener(window, 'load', initialize);