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.4654,-96.8491)};var g_5e4d0656bb64e3eb891d872e4c705b57 = new google.maps.Geocoder();g_5e4d0656bb64e3eb891d872e4c705b57.geocode( { 'address': "160 Washington St W, Clatonia, NE 68328, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clatonia-NE-security-first-bank').style.display = '';map = new google.maps.Map(document.getElementById('clatonia-NE-security-first-bank'), mapOptions);}document.getElementById('7ea33e64').innerHTML += ' | View Map';var $l5e4d0656bb64e3eb891d872e4c705b57 = '

Security First Bank

Address: 160 Washington St W, Clatonia, NE 68328, USA
Phone: (402) 989-4455
';var m_5e4d0656bb64e3eb891d872e4c705b57 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Security First Bank',});m_5e4d0656bb64e3eb891d872e4c705b57['infowindow'] = new google.maps.InfoWindow({content: $l5e4d0656bb64e3eb891d872e4c705b57});var infowindow = new google.maps.InfoWindow({content: $l5e4d0656bb64e3eb891d872e4c705b57});google.maps.event.addListener(m_5e4d0656bb64e3eb891d872e4c705b57, 'click', function() {infowindow.open(map,m_5e4d0656bb64e3eb891d872e4c705b57);});$marker.push(m_5e4d0656bb64e3eb891d872e4c705b57);}});}google.maps.event.addDomListener(window, 'load', initialize);