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(43.4478,-96.8357)};var g_9338c9d9365d0f2793a7723c264660b4 = new google.maps.Geocoder();g_9338c9d9365d0f2793a7723c264660b4.geocode( { 'address': "100 W 1st St, Tea, SD 57064"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tea-SD-valley-exchange-bank').style.display = '';map = new google.maps.Map(document.getElementById('tea-SD-valley-exchange-bank'), mapOptions);}document.getElementById('8f68e224').innerHTML += ' | View Map';var $l9338c9d9365d0f2793a7723c264660b4 = '

Valley Exchange Bank

Address: 100 W 1st St, Tea, SD 57064
Phone: (605) 368-2051
';var m_9338c9d9365d0f2793a7723c264660b4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Valley Exchange Bank',});m_9338c9d9365d0f2793a7723c264660b4['infowindow'] = new google.maps.InfoWindow({content: $l9338c9d9365d0f2793a7723c264660b4});var infowindow = new google.maps.InfoWindow({content: $l9338c9d9365d0f2793a7723c264660b4});google.maps.event.addListener(m_9338c9d9365d0f2793a7723c264660b4, 'click', function() {infowindow.open(map,m_9338c9d9365d0f2793a7723c264660b4);});$marker.push(m_9338c9d9365d0f2793a7723c264660b4);}});}google.maps.event.addDomListener(window, 'load', initialize);