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.6288,-93.7789)};var g_a09c01b96ecd8b9f6ea4a4d7fd8cd92c = new google.maps.Geocoder();g_a09c01b96ecd8b9f6ea4a4d7fd8cd92c.geocode( { 'address': "406 E Poplar St, Belle Plaine, MN 56011"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('belle-plaine-MN-cornerstone-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('belle-plaine-MN-cornerstone-state-bank'), mapOptions);}document.getElementById('7466b1fd').innerHTML += ' | View Map';var $la09c01b96ecd8b9f6ea4a4d7fd8cd92c = '

Cornerstone State Bank

Address: 406 E Poplar St, Belle Plaine, MN 56011
Phone: (952) 873-2500
';var m_a09c01b96ecd8b9f6ea4a4d7fd8cd92c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cornerstone State Bank',});m_a09c01b96ecd8b9f6ea4a4d7fd8cd92c['infowindow'] = new google.maps.InfoWindow({content: $la09c01b96ecd8b9f6ea4a4d7fd8cd92c});var infowindow = new google.maps.InfoWindow({content: $la09c01b96ecd8b9f6ea4a4d7fd8cd92c});google.maps.event.addListener(m_a09c01b96ecd8b9f6ea4a4d7fd8cd92c, 'click', function() {infowindow.open(map,m_a09c01b96ecd8b9f6ea4a4d7fd8cd92c);});$marker.push(m_a09c01b96ecd8b9f6ea4a4d7fd8cd92c);}});}google.maps.event.addDomListener(window, 'load', initialize);