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(37.1312,-93.2943)};var g_2bd0a92f3cc8f85e2d23f8addcb52eca = new google.maps.Geocoder();g_2bd0a92f3cc8f85e2d23f8addcb52eca.geocode( { 'address': "303 E Republic Rd, Springfield, MO 65807"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('springfield-MO-first-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('springfield-MO-first-state-bank'), mapOptions);}document.getElementById('8ca0a4c3').innerHTML += ' | View Map';var $l2bd0a92f3cc8f85e2d23f8addcb52eca = '

First State Bank

Address: 303 E Republic Rd, Springfield, MO 65807
Phone: (417) 225-6100
';var m_2bd0a92f3cc8f85e2d23f8addcb52eca = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First State Bank',});m_2bd0a92f3cc8f85e2d23f8addcb52eca['infowindow'] = new google.maps.InfoWindow({content: $l2bd0a92f3cc8f85e2d23f8addcb52eca});var infowindow = new google.maps.InfoWindow({content: $l2bd0a92f3cc8f85e2d23f8addcb52eca});google.maps.event.addListener(m_2bd0a92f3cc8f85e2d23f8addcb52eca, 'click', function() {infowindow.open(map,m_2bd0a92f3cc8f85e2d23f8addcb52eca);});$marker.push(m_2bd0a92f3cc8f85e2d23f8addcb52eca);}});}google.maps.event.addDomListener(window, 'load', initialize);