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.0624,-102.075)};var g_97d810f41d48561d74719865ce0841ef = new google.maps.Geocoder();g_97d810f41d48561d74719865ce0841ef.geocode( { 'address': "306 Pine St, Big Springs, NE 69122, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('big-springs-NE-community-first-bank').style.display = '';map = new google.maps.Map(document.getElementById('big-springs-NE-community-first-bank'), mapOptions);}document.getElementById('ba892117').innerHTML += ' | View Map';var $l97d810f41d48561d74719865ce0841ef = '

Community First Bank

Address: 306 Pine St, Big Springs, NE 69122, USA
Phone: (308) 889-3681
';var m_97d810f41d48561d74719865ce0841ef = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community First Bank',});m_97d810f41d48561d74719865ce0841ef['infowindow'] = new google.maps.InfoWindow({content: $l97d810f41d48561d74719865ce0841ef});var infowindow = new google.maps.InfoWindow({content: $l97d810f41d48561d74719865ce0841ef});google.maps.event.addListener(m_97d810f41d48561d74719865ce0841ef, 'click', function() {infowindow.open(map,m_97d810f41d48561d74719865ce0841ef);});$marker.push(m_97d810f41d48561d74719865ce0841ef);}});}google.maps.event.addDomListener(window, 'load', initialize);