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.243,-99.7772)};var g_a2b2169df67098cabdca39ad3245c493 = new google.maps.Geocoder();g_a2b2169df67098cabdca39ad3245c493.geocode( { 'address': "220 Main St, Hoven, SD 57450, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hoven-SD-plains-commerce-bank').style.display = '';map = new google.maps.Map(document.getElementById('hoven-SD-plains-commerce-bank'), mapOptions);}document.getElementById('0723d67b').innerHTML += ' | View Map';var $la2b2169df67098cabdca39ad3245c493 = '

Plains Commerce Bank

Address: 220 Main St, Hoven, SD 57450, USA
Phone: (605) 948-2216
';var m_a2b2169df67098cabdca39ad3245c493 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Plains Commerce Bank',});m_a2b2169df67098cabdca39ad3245c493['infowindow'] = new google.maps.InfoWindow({content: $la2b2169df67098cabdca39ad3245c493});var infowindow = new google.maps.InfoWindow({content: $la2b2169df67098cabdca39ad3245c493});google.maps.event.addListener(m_a2b2169df67098cabdca39ad3245c493, 'click', function() {infowindow.open(map,m_a2b2169df67098cabdca39ad3245c493);});$marker.push(m_a2b2169df67098cabdca39ad3245c493);}});}google.maps.event.addDomListener(window, 'load', initialize);