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(38.0695,-78.7016)};var g_344b1679fc488b9766f72c6e00432c75 = new google.maps.Geocoder();g_344b1679fc488b9766f72c6e00432c75.geocode( { 'address': "1214 Crozet Ave, Crozet, VA 22932, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('crozet-VA-bank-of-america-financial-center').style.display = '';map = new google.maps.Map(document.getElementById('crozet-VA-bank-of-america-financial-center'), mapOptions);}document.getElementById('a40d7073').innerHTML += ' | View Map';var $l344b1679fc488b9766f72c6e00432c75 = '

Bank of America Financial Center

Address: 1214 Crozet Ave, Crozet, VA 22932, USA
Phone: (434) 823-4331
';var m_344b1679fc488b9766f72c6e00432c75 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Financial Center',});m_344b1679fc488b9766f72c6e00432c75['infowindow'] = new google.maps.InfoWindow({content: $l344b1679fc488b9766f72c6e00432c75});var infowindow = new google.maps.InfoWindow({content: $l344b1679fc488b9766f72c6e00432c75});google.maps.event.addListener(m_344b1679fc488b9766f72c6e00432c75, 'click', function() {infowindow.open(map,m_344b1679fc488b9766f72c6e00432c75);});$marker.push(m_344b1679fc488b9766f72c6e00432c75);}});}google.maps.event.addDomListener(window, 'load', initialize);