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(45.2011,-93.6728)};var g_12d49a3cc204f621c5f09b74d20e2a94 = new google.maps.Geocoder();g_12d49a3cc204f621c5f09b74d20e2a94.geocode( { 'address': "750 Central Ave E, STE 100, Saint Michael, MN 55376"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saint-michael-MN-central-bank').style.display = '';map = new google.maps.Map(document.getElementById('saint-michael-MN-central-bank'), mapOptions);}document.getElementById('0e6081a9').innerHTML += ' | View Map';var $l12d49a3cc204f621c5f09b74d20e2a94 = '

Central Bank

Address: 750 Central Ave E, STE 100, Saint Michael, MN 55376
Phone: (763) 315-8955
';var m_12d49a3cc204f621c5f09b74d20e2a94 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Central Bank',});m_12d49a3cc204f621c5f09b74d20e2a94['infowindow'] = new google.maps.InfoWindow({content: $l12d49a3cc204f621c5f09b74d20e2a94});var infowindow = new google.maps.InfoWindow({content: $l12d49a3cc204f621c5f09b74d20e2a94});google.maps.event.addListener(m_12d49a3cc204f621c5f09b74d20e2a94, 'click', function() {infowindow.open(map,m_12d49a3cc204f621c5f09b74d20e2a94);});$marker.push(m_12d49a3cc204f621c5f09b74d20e2a94);}});}google.maps.event.addDomListener(window, 'load', initialize);