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(38.2567,-94.3376)};var g_a06170cc263acadd6ead81ad8688cefa = new google.maps.Geocoder();g_a06170cc263acadd6ead81ad8688cefa.geocode( { 'address': "19 S Orange St, Butler, MO 64730"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('butler-MO-citizen-s-bank').style.display = '';map = new google.maps.Map(document.getElementById('butler-MO-citizen-s-bank'), mapOptions);}document.getElementById('bdf115c6').innerHTML += ' | View Map';var $la06170cc263acadd6ead81ad8688cefa = '

Citizen's Bank

Address: 19 S Orange St, Butler, MO 64730
Phone: (660) 679-4072
';var m_a06170cc263acadd6ead81ad8688cefa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizen's Bank',});m_a06170cc263acadd6ead81ad8688cefa['infowindow'] = new google.maps.InfoWindow({content: $la06170cc263acadd6ead81ad8688cefa});var infowindow = new google.maps.InfoWindow({content: $la06170cc263acadd6ead81ad8688cefa});google.maps.event.addListener(m_a06170cc263acadd6ead81ad8688cefa, 'click', function() {infowindow.open(map,m_a06170cc263acadd6ead81ad8688cefa);});$marker.push(m_a06170cc263acadd6ead81ad8688cefa);}});}google.maps.event.addDomListener(window, 'load', initialize);