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(36.9291,-93.9268)};var g_d7d741735f9cf9b5fa4cf6c182eb174b = new google.maps.Geocoder();g_d7d741735f9cf9b5fa4cf6c182eb174b.geocode( { 'address': "106 E Cleveland St, Monett, MO 65708, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('monett-MO-first-state-bank-of-purdy').style.display = '';map = new google.maps.Map(document.getElementById('monett-MO-first-state-bank-of-purdy'), mapOptions);}document.getElementById('81e05bbb').innerHTML += ' | View Map';var $ld7d741735f9cf9b5fa4cf6c182eb174b = '

First State Bank of Purdy

Address: 106 E Cleveland St, Monett, MO 65708, USA
Phone: (417) 235-6100
';var m_d7d741735f9cf9b5fa4cf6c182eb174b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First State Bank of Purdy',});m_d7d741735f9cf9b5fa4cf6c182eb174b['infowindow'] = new google.maps.InfoWindow({content: $ld7d741735f9cf9b5fa4cf6c182eb174b});var infowindow = new google.maps.InfoWindow({content: $ld7d741735f9cf9b5fa4cf6c182eb174b});google.maps.event.addListener(m_d7d741735f9cf9b5fa4cf6c182eb174b, 'click', function() {infowindow.open(map,m_d7d741735f9cf9b5fa4cf6c182eb174b);});$marker.push(m_d7d741735f9cf9b5fa4cf6c182eb174b);}});}google.maps.event.addDomListener(window, 'load', initialize);