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(27.5334,-82.5003)};var g_ef5fa3e7b0c6b2383740f768ed209602 = new google.maps.Geocoder();g_ef5fa3e7b0c6b2383740f768ed209602.geocode( { 'address': "7008 Us Highway 301 N, Ellenton, FL 34222"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ellenton-FL-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('ellenton-FL-bank-of-america'), mapOptions);}document.getElementById('688b62db').innerHTML += ' | View Map';var $lef5fa3e7b0c6b2383740f768ed209602 = '

Bank of America

Address: 7008 Us Highway 301 N, Ellenton, FL 34222
Phone: (941) 729-4430
';var m_ef5fa3e7b0c6b2383740f768ed209602 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America',});m_ef5fa3e7b0c6b2383740f768ed209602['infowindow'] = new google.maps.InfoWindow({content: $lef5fa3e7b0c6b2383740f768ed209602});var infowindow = new google.maps.InfoWindow({content: $lef5fa3e7b0c6b2383740f768ed209602});google.maps.event.addListener(m_ef5fa3e7b0c6b2383740f768ed209602, 'click', function() {infowindow.open(map,m_ef5fa3e7b0c6b2383740f768ed209602);});$marker.push(m_ef5fa3e7b0c6b2383740f768ed209602);}});}google.maps.event.addDomListener(window, 'load', initialize);