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.8111,-95.5383)};var g_2922c54684ca408caf8ff191704ad52c = new google.maps.Geocoder();g_2922c54684ca408caf8ff191704ad52c.geocode( { 'address': "702 Prentice St, Granite Falls, MN 56241, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('granite-falls-MN-granite-falls-bank').style.display = '';map = new google.maps.Map(document.getElementById('granite-falls-MN-granite-falls-bank'), mapOptions);}document.getElementById('ba5a3867').innerHTML += ' | View Map';var $l2922c54684ca408caf8ff191704ad52c = '

Granite Falls Bank

Address: 702 Prentice St, Granite Falls, MN 56241, USA
Phone: (320) 564-2111
';var m_2922c54684ca408caf8ff191704ad52c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Granite Falls Bank',});m_2922c54684ca408caf8ff191704ad52c['infowindow'] = new google.maps.InfoWindow({content: $l2922c54684ca408caf8ff191704ad52c});var infowindow = new google.maps.InfoWindow({content: $l2922c54684ca408caf8ff191704ad52c});google.maps.event.addListener(m_2922c54684ca408caf8ff191704ad52c, 'click', function() {infowindow.open(map,m_2922c54684ca408caf8ff191704ad52c);});$marker.push(m_2922c54684ca408caf8ff191704ad52c);}});}google.maps.event.addDomListener(window, 'load', initialize);