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_4c37107b9dedb73b90f677930bf7728b = new google.maps.Geocoder();g_4c37107b9dedb73b90f677930bf7728b.geocode( { 'address': "4108 S National Ave, Springfield, MO 65807"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('springfield-MO-first-national-bank-of-springfield').style.display = '';map = new google.maps.Map(document.getElementById('springfield-MO-first-national-bank-of-springfield'), mapOptions);}document.getElementById('9baae148').innerHTML += ' | View Map';var $l4c37107b9dedb73b90f677930bf7728b = '

First National Bank of Springfield

Address: 4108 S National Ave, Springfield, MO 65807
Phone: (417) 823-9600
';var m_4c37107b9dedb73b90f677930bf7728b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank of Springfield',});m_4c37107b9dedb73b90f677930bf7728b['infowindow'] = new google.maps.InfoWindow({content: $l4c37107b9dedb73b90f677930bf7728b});var infowindow = new google.maps.InfoWindow({content: $l4c37107b9dedb73b90f677930bf7728b});google.maps.event.addListener(m_4c37107b9dedb73b90f677930bf7728b, 'click', function() {infowindow.open(map,m_4c37107b9dedb73b90f677930bf7728b);});$marker.push(m_4c37107b9dedb73b90f677930bf7728b);}});}google.maps.event.addDomListener(window, 'load', initialize);