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(30.1029,-81.7103)};var g_2504ff8e6dd61a6e185623329e788638 = new google.maps.Geocoder();g_2504ff8e6dd61a6e185623329e788638.geocode( { 'address': "5000 US-17 #75, Orange Park, FL 32003, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('orange-park-FL-bank-of-america-financial-center').style.display = '';map = new google.maps.Map(document.getElementById('orange-park-FL-bank-of-america-financial-center'), mapOptions);}document.getElementById('170fd72b').innerHTML += ' | View Map';var $l2504ff8e6dd61a6e185623329e788638 = '

Bank of America Financial Center

Address: 5000 US-17 #75, Orange Park, FL 32003, USA
Phone: (904) 269-3785
';var m_2504ff8e6dd61a6e185623329e788638 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Financial Center',});m_2504ff8e6dd61a6e185623329e788638['infowindow'] = new google.maps.InfoWindow({content: $l2504ff8e6dd61a6e185623329e788638});var infowindow = new google.maps.InfoWindow({content: $l2504ff8e6dd61a6e185623329e788638});google.maps.event.addListener(m_2504ff8e6dd61a6e185623329e788638, 'click', function() {infowindow.open(map,m_2504ff8e6dd61a6e185623329e788638);});$marker.push(m_2504ff8e6dd61a6e185623329e788638);}});}google.maps.event.addDomListener(window, 'load', initialize);