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.2998,-97.676)};var g_c50af6fd7f6df671fa814610240de432 = new google.maps.Geocoder();g_c50af6fd7f6df671fa814610240de432.geocode( { 'address': "209 3rd St, Carleton, NE 68326, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('carleton-NE-citizens-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('carleton-NE-citizens-state-bank'), mapOptions);}document.getElementById('a959410d').innerHTML += ' | View Map';var $lc50af6fd7f6df671fa814610240de432 = '

Citizens State Bank

Address: 209 3rd St, Carleton, NE 68326, USA
Phone: (402) 356-2601
';var m_c50af6fd7f6df671fa814610240de432 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens State Bank',});m_c50af6fd7f6df671fa814610240de432['infowindow'] = new google.maps.InfoWindow({content: $lc50af6fd7f6df671fa814610240de432});var infowindow = new google.maps.InfoWindow({content: $lc50af6fd7f6df671fa814610240de432});google.maps.event.addListener(m_c50af6fd7f6df671fa814610240de432, 'click', function() {infowindow.open(map,m_c50af6fd7f6df671fa814610240de432);});$marker.push(m_c50af6fd7f6df671fa814610240de432);}});}google.maps.event.addDomListener(window, 'load', initialize);