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.2582,-77.4105)};var g_a49348ff1e5bb5a5b182f1c1bea27dfc = new google.maps.Geocoder();g_a49348ff1e5bb5a5b182f1c1bea27dfc.geocode( { 'address': "1921 Boulevard, Colonial Heights, VA 23834, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('colonial-heights-VA-bank-of-america-financial-center').style.display = '';map = new google.maps.Map(document.getElementById('colonial-heights-VA-bank-of-america-financial-center'), mapOptions);}document.getElementById('6b3e055a').innerHTML += ' | View Map';var $la49348ff1e5bb5a5b182f1c1bea27dfc = '

Bank of America Financial Center

Address: 1921 Boulevard, Colonial Heights, VA 23834, USA
Phone: (804) 524-3070
';var m_a49348ff1e5bb5a5b182f1c1bea27dfc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Financial Center',});m_a49348ff1e5bb5a5b182f1c1bea27dfc['infowindow'] = new google.maps.InfoWindow({content: $la49348ff1e5bb5a5b182f1c1bea27dfc});var infowindow = new google.maps.InfoWindow({content: $la49348ff1e5bb5a5b182f1c1bea27dfc});google.maps.event.addListener(m_a49348ff1e5bb5a5b182f1c1bea27dfc, 'click', function() {infowindow.open(map,m_a49348ff1e5bb5a5b182f1c1bea27dfc);});$marker.push(m_a49348ff1e5bb5a5b182f1c1bea27dfc);}});}google.maps.event.addDomListener(window, 'load', initialize);