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(26.5273,-80.0891)};var g_4fa5b50866aa837dc44761e5d72b5a85 = new google.maps.Geocoder();g_4fa5b50866aa837dc44761e5d72b5a85.geocode( { 'address': "280 Congress Ave, Boynton Beach, FL 33426, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('boynton-beach-FL-mackinac-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('boynton-beach-FL-mackinac-savings-bank'), mapOptions);}document.getElementById('bed13672').innerHTML += ' | View Map';var $l4fa5b50866aa837dc44761e5d72b5a85 = '

Mackinac Savings Bank

Address: 280 Congress Ave, Boynton Beach, FL 33426, USA
Phone: (561) 736-8900
';var m_4fa5b50866aa837dc44761e5d72b5a85 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mackinac Savings Bank',});m_4fa5b50866aa837dc44761e5d72b5a85['infowindow'] = new google.maps.InfoWindow({content: $l4fa5b50866aa837dc44761e5d72b5a85});var infowindow = new google.maps.InfoWindow({content: $l4fa5b50866aa837dc44761e5d72b5a85});google.maps.event.addListener(m_4fa5b50866aa837dc44761e5d72b5a85, 'click', function() {infowindow.open(map,m_4fa5b50866aa837dc44761e5d72b5a85);});$marker.push(m_4fa5b50866aa837dc44761e5d72b5a85);}});}google.maps.event.addDomListener(window, 'load', initialize);