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_4cc39b42f22ee5987819b83fc055cb33 = new google.maps.Geocoder();g_4cc39b42f22ee5987819b83fc055cb33.geocode( { 'address': "5372 Discovery Park Blvd, Williamsburg, VA 23188"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('williamsburg-VA-middleburg-bank').style.display = '';map = new google.maps.Map(document.getElementById('williamsburg-VA-middleburg-bank'), mapOptions);}document.getElementById('ca115d7d').innerHTML += ' | View Map';var $l4cc39b42f22ee5987819b83fc055cb33 = '

Middleburg Bank

Address: 5372 Discovery Park Blvd, Williamsburg, VA 23188
Phone: (757) 258-6888
';var m_4cc39b42f22ee5987819b83fc055cb33 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Middleburg Bank',});m_4cc39b42f22ee5987819b83fc055cb33['infowindow'] = new google.maps.InfoWindow({content: $l4cc39b42f22ee5987819b83fc055cb33});var infowindow = new google.maps.InfoWindow({content: $l4cc39b42f22ee5987819b83fc055cb33});google.maps.event.addListener(m_4cc39b42f22ee5987819b83fc055cb33, 'click', function() {infowindow.open(map,m_4cc39b42f22ee5987819b83fc055cb33);});$marker.push(m_4cc39b42f22ee5987819b83fc055cb33);}});}google.maps.event.addDomListener(window, 'load', initialize);