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(28.7942,-81.2971)};var g_c1c6b80b283cf653242b2545211477e1 = new google.maps.Geocoder();g_c1c6b80b283cf653242b2545211477e1.geocode( { 'address': "5320 W State Road 46, Sanford, FL 32771"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sanford-FL-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('sanford-FL-bank-of-america'), mapOptions);}document.getElementById('25a207a5').innerHTML += ' | View Map';var $lc1c6b80b283cf653242b2545211477e1 = '

Bank of America

Address: 5320 W State Road 46, Sanford, FL 32771
Phone: (407) 322-6100
';var m_c1c6b80b283cf653242b2545211477e1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America',});m_c1c6b80b283cf653242b2545211477e1['infowindow'] = new google.maps.InfoWindow({content: $lc1c6b80b283cf653242b2545211477e1});var infowindow = new google.maps.InfoWindow({content: $lc1c6b80b283cf653242b2545211477e1});google.maps.event.addListener(m_c1c6b80b283cf653242b2545211477e1, 'click', function() {infowindow.open(map,m_c1c6b80b283cf653242b2545211477e1);});$marker.push(m_c1c6b80b283cf653242b2545211477e1);}});}google.maps.event.addDomListener(window, 'load', initialize);