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.7714,-82.3915)};var g_bc6219f16d9d084365f545f68bf2e669 = new google.maps.Geocoder();g_bc6219f16d9d084365f545f68bf2e669.geocode( { 'address': "5461 N US Highway 41, Apollo Beach, FL 33572"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('apollo-beach-FL-bmo-harris-bank').style.display = '';map = new google.maps.Map(document.getElementById('apollo-beach-FL-bmo-harris-bank'), mapOptions);}document.getElementById('a2cc5e06').innerHTML += ' | View Map';var $lbc6219f16d9d084365f545f68bf2e669 = '

BMO Harris Bank

Address: 5461 N US Highway 41, Apollo Beach, FL 33572
Phone: (813) 649-0400
';var m_bc6219f16d9d084365f545f68bf2e669 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BMO Harris Bank',});m_bc6219f16d9d084365f545f68bf2e669['infowindow'] = new google.maps.InfoWindow({content: $lbc6219f16d9d084365f545f68bf2e669});var infowindow = new google.maps.InfoWindow({content: $lbc6219f16d9d084365f545f68bf2e669});google.maps.event.addListener(m_bc6219f16d9d084365f545f68bf2e669, 'click', function() {infowindow.open(map,m_bc6219f16d9d084365f545f68bf2e669);});$marker.push(m_bc6219f16d9d084365f545f68bf2e669);}});}google.maps.event.addDomListener(window, 'load', initialize);