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.2616,-77.3239)};var g_1b159dc50cad7253d6c91bc03c2bf33c = new google.maps.Geocoder();g_1b159dc50cad7253d6c91bc03c2bf33c.geocode( { 'address': "5100 Oaklawn Blvd, Hopewell, VA 23860, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hopewell-VA-atm-bbt').style.display = '';map = new google.maps.Map(document.getElementById('hopewell-VA-atm-bbt'), mapOptions);}document.getElementById('13bdb42b').innerHTML += ' | View Map';var $l1b159dc50cad7253d6c91bc03c2bf33c = '

ATM (BB&T)

Address: 5100 Oaklawn Blvd, Hopewell, VA 23860, USA
Phone:
';var m_1b159dc50cad7253d6c91bc03c2bf33c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (BB&T)',});m_1b159dc50cad7253d6c91bc03c2bf33c['infowindow'] = new google.maps.InfoWindow({content: $l1b159dc50cad7253d6c91bc03c2bf33c});var infowindow = new google.maps.InfoWindow({content: $l1b159dc50cad7253d6c91bc03c2bf33c});google.maps.event.addListener(m_1b159dc50cad7253d6c91bc03c2bf33c, 'click', function() {infowindow.open(map,m_1b159dc50cad7253d6c91bc03c2bf33c);});$marker.push(m_1b159dc50cad7253d6c91bc03c2bf33c);}});var g_84f3de9e750715e01c666a131fa0798f = new google.maps.Geocoder();g_84f3de9e750715e01c666a131fa0798f.geocode( { 'address': "106 N 2nd Ave, Hopewell, VA 23860, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hopewell-VA-atm-bbt').style.display = '';map = new google.maps.Map(document.getElementById('hopewell-VA-atm-bbt'), mapOptions);}document.getElementById('e2793ed7').innerHTML += ' | View Map';var $l84f3de9e750715e01c666a131fa0798f = '

ATM (BB&T)

Address: 106 N 2nd Ave, Hopewell, VA 23860, USA
Phone:
';var m_84f3de9e750715e01c666a131fa0798f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (BB&T)',});m_84f3de9e750715e01c666a131fa0798f['infowindow'] = new google.maps.InfoWindow({content: $l84f3de9e750715e01c666a131fa0798f});var infowindow = new google.maps.InfoWindow({content: $l84f3de9e750715e01c666a131fa0798f});google.maps.event.addListener(m_84f3de9e750715e01c666a131fa0798f, 'click', function() {infowindow.open(map,m_84f3de9e750715e01c666a131fa0798f);});$marker.push(m_84f3de9e750715e01c666a131fa0798f);}});}google.maps.event.addDomListener(window, 'load', initialize);