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.4437,-94.5259)};var g_489513bd7002f5f1319dd13ee15ea734 = new google.maps.Geocoder();g_489513bd7002f5f1319dd13ee15ea734.geocode( { 'address': "22 Central Ave S, Richmond, MN 56368"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('richmond-MN-state-bank-of-richmond').style.display = '';map = new google.maps.Map(document.getElementById('richmond-MN-state-bank-of-richmond'), mapOptions);}document.getElementById('1223a270').innerHTML += ' | View Map';var $l489513bd7002f5f1319dd13ee15ea734 = '

State Bank Of Richmond

Address: 22 Central Ave S, Richmond, MN 56368
Phone: (320) 597-2145
';var m_489513bd7002f5f1319dd13ee15ea734 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State Bank Of Richmond',});m_489513bd7002f5f1319dd13ee15ea734['infowindow'] = new google.maps.InfoWindow({content: $l489513bd7002f5f1319dd13ee15ea734});var infowindow = new google.maps.InfoWindow({content: $l489513bd7002f5f1319dd13ee15ea734});google.maps.event.addListener(m_489513bd7002f5f1319dd13ee15ea734, 'click', function() {infowindow.open(map,m_489513bd7002f5f1319dd13ee15ea734);});$marker.push(m_489513bd7002f5f1319dd13ee15ea734);}});}google.maps.event.addDomListener(window, 'load', initialize);