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.3714,-97.9741)};var g_7574980ace48b950af936b397efa1587 = new google.maps.Geocoder();g_7574980ace48b950af936b397efa1587.geocode( { 'address': "307 N C St, Edgar, NE 68935"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('edgar-NE-guide-rock-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('edgar-NE-guide-rock-state-bank'), mapOptions);}document.getElementById('877485b2').innerHTML += ' | View Map';var $l7574980ace48b950af936b397efa1587 = '

Guide Rock State Bank

Address: 307 N C St, Edgar, NE 68935
Phone: (402) 224-3046
';var m_7574980ace48b950af936b397efa1587 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Guide Rock State Bank',});m_7574980ace48b950af936b397efa1587['infowindow'] = new google.maps.InfoWindow({content: $l7574980ace48b950af936b397efa1587});var infowindow = new google.maps.InfoWindow({content: $l7574980ace48b950af936b397efa1587});google.maps.event.addListener(m_7574980ace48b950af936b397efa1587, 'click', function() {infowindow.open(map,m_7574980ace48b950af936b397efa1587);});$marker.push(m_7574980ace48b950af936b397efa1587);}});}google.maps.event.addDomListener(window, 'load', initialize);