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.443,-76.3236)};var g_5e62fce928e0a96e026f5b8924db466d = new google.maps.Geocoder();g_5e62fce928e0a96e026f5b8924db466d.geocode( { 'address': "10458 Buckley Hall Rd, Mathews, VA 23109, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mathews-VA-bank-of-america-financial-center').style.display = '';map = new google.maps.Map(document.getElementById('mathews-VA-bank-of-america-financial-center'), mapOptions);}document.getElementById('9dec8403').innerHTML += ' | View Map';var $l5e62fce928e0a96e026f5b8924db466d = '

Bank of America Financial Center

Address: 10458 Buckley Hall Rd, Mathews, VA 23109, USA
Phone: (804) 725-7116
';var m_5e62fce928e0a96e026f5b8924db466d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Financial Center',});m_5e62fce928e0a96e026f5b8924db466d['infowindow'] = new google.maps.InfoWindow({content: $l5e62fce928e0a96e026f5b8924db466d});var infowindow = new google.maps.InfoWindow({content: $l5e62fce928e0a96e026f5b8924db466d});google.maps.event.addListener(m_5e62fce928e0a96e026f5b8924db466d, 'click', function() {infowindow.open(map,m_5e62fce928e0a96e026f5b8924db466d);});$marker.push(m_5e62fce928e0a96e026f5b8924db466d);}});}google.maps.event.addDomListener(window, 'load', initialize);