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.5214,-82.5221)};var g_a335f40c2370d03621351b8aa3157a78 = new google.maps.Geocoder();g_a335f40c2370d03621351b8aa3157a78.geocode( { 'address': "4115 US Highway 301 North, Ellenton, FL 34222, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ellenton-FL-bmo-harris-bank').style.display = '';map = new google.maps.Map(document.getElementById('ellenton-FL-bmo-harris-bank'), mapOptions);}document.getElementById('4eba8246').innerHTML += ' | View Map';var $la335f40c2370d03621351b8aa3157a78 = '

BMO Harris Bank

Address: 4115 US Highway 301 North, Ellenton, FL 34222, USA
Phone: (941) 729-2118
';var m_a335f40c2370d03621351b8aa3157a78 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BMO Harris Bank',});m_a335f40c2370d03621351b8aa3157a78['infowindow'] = new google.maps.InfoWindow({content: $la335f40c2370d03621351b8aa3157a78});var infowindow = new google.maps.InfoWindow({content: $la335f40c2370d03621351b8aa3157a78});google.maps.event.addListener(m_a335f40c2370d03621351b8aa3157a78, 'click', function() {infowindow.open(map,m_a335f40c2370d03621351b8aa3157a78);});$marker.push(m_a335f40c2370d03621351b8aa3157a78);}});}google.maps.event.addDomListener(window, 'load', initialize);