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(40.0961,-98.9535)};var g_c53242bc4e3cb3b24ea32bb87765cf65 = new google.maps.Geocoder();g_c53242bc4e3cb3b24ea32bb87765cf65.geocode( { 'address': "1502 M St, Franklin, NE 68939, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('franklin-NE-franklin-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('franklin-NE-franklin-state-bank'), mapOptions);}document.getElementById('2c1a434b').innerHTML += ' | View Map';var $lc53242bc4e3cb3b24ea32bb87765cf65 = '

Franklin State Bank

Address: 1502 M St, Franklin, NE 68939, USA
Phone: (308) 425-6225
';var m_c53242bc4e3cb3b24ea32bb87765cf65 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Franklin State Bank',});m_c53242bc4e3cb3b24ea32bb87765cf65['infowindow'] = new google.maps.InfoWindow({content: $lc53242bc4e3cb3b24ea32bb87765cf65});var infowindow = new google.maps.InfoWindow({content: $lc53242bc4e3cb3b24ea32bb87765cf65});google.maps.event.addListener(m_c53242bc4e3cb3b24ea32bb87765cf65, 'click', function() {infowindow.open(map,m_c53242bc4e3cb3b24ea32bb87765cf65);});$marker.push(m_c53242bc4e3cb3b24ea32bb87765cf65);}});}google.maps.event.addDomListener(window, 'load', initialize);