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(41.0685,-96.1503)};var g_ff111e4a5406ed4024a901c57e811167 = new google.maps.Geocoder();g_ff111e4a5406ed4024a901c57e811167.geocode( { 'address': "600 Main St, Springfield, NE 68059"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('springfield-NE-springfield-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('springfield-NE-springfield-state-bank'), mapOptions);}document.getElementById('9ab246d8').innerHTML += ' | View Map';var $lff111e4a5406ed4024a901c57e811167 = '

Springfield State Bank

Address: 600 Main St, Springfield, NE 68059
Phone: (402) 253-2222
';var m_ff111e4a5406ed4024a901c57e811167 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Springfield State Bank',});m_ff111e4a5406ed4024a901c57e811167['infowindow'] = new google.maps.InfoWindow({content: $lff111e4a5406ed4024a901c57e811167});var infowindow = new google.maps.InfoWindow({content: $lff111e4a5406ed4024a901c57e811167});google.maps.event.addListener(m_ff111e4a5406ed4024a901c57e811167, 'click', function() {infowindow.open(map,m_ff111e4a5406ed4024a901c57e811167);});$marker.push(m_ff111e4a5406ed4024a901c57e811167);}});}google.maps.event.addDomListener(window, 'load', initialize);