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(44.9848,-93.2702)};var g_60b073f1b54a216dd191f9ffa837a73e = new google.maps.Geocoder();g_60b073f1b54a216dd191f9ffa837a73e.geocode( { 'address': "9298 Central Ave NE, Minneapolis, MN 55434"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('minneapolis-MN-village-bank').style.display = '';map = new google.maps.Map(document.getElementById('minneapolis-MN-village-bank'), mapOptions);}document.getElementById('c8b4eebf').innerHTML += ' | View Map';var $l60b073f1b54a216dd191f9ffa837a73e = '

Village Bank

Address: 9298 Central Ave NE, Minneapolis, MN 55434
Phone: (763) 780-2100
';var m_60b073f1b54a216dd191f9ffa837a73e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Village Bank',});m_60b073f1b54a216dd191f9ffa837a73e['infowindow'] = new google.maps.InfoWindow({content: $l60b073f1b54a216dd191f9ffa837a73e});var infowindow = new google.maps.InfoWindow({content: $l60b073f1b54a216dd191f9ffa837a73e});google.maps.event.addListener(m_60b073f1b54a216dd191f9ffa837a73e, 'click', function() {infowindow.open(map,m_60b073f1b54a216dd191f9ffa837a73e);});$marker.push(m_60b073f1b54a216dd191f9ffa837a73e);}});}google.maps.event.addDomListener(window, 'load', initialize);