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.1223,-100.76)};var g_52cf5a1e25e89633768ca5fe53d19ddf = new google.maps.Geocoder();g_52cf5a1e25e89633768ca5fe53d19ddf.geocode( { 'address': "410 E Francis St # 1, North Platte, NE 69101, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-platte-NE-community-first-bank-north-platte').style.display = '';map = new google.maps.Map(document.getElementById('north-platte-NE-community-first-bank-north-platte'), mapOptions);}document.getElementById('b524f48f').innerHTML += ' | View Map';var $l52cf5a1e25e89633768ca5fe53d19ddf = '

Community First Bank North Platte

Address: 410 E Francis St # 1, North Platte, NE 69101, USA
Phone: (308) 534-5502
';var m_52cf5a1e25e89633768ca5fe53d19ddf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community First Bank North Platte',});m_52cf5a1e25e89633768ca5fe53d19ddf['infowindow'] = new google.maps.InfoWindow({content: $l52cf5a1e25e89633768ca5fe53d19ddf});var infowindow = new google.maps.InfoWindow({content: $l52cf5a1e25e89633768ca5fe53d19ddf});google.maps.event.addListener(m_52cf5a1e25e89633768ca5fe53d19ddf, 'click', function() {infowindow.open(map,m_52cf5a1e25e89633768ca5fe53d19ddf);});$marker.push(m_52cf5a1e25e89633768ca5fe53d19ddf);}});}google.maps.event.addDomListener(window, 'load', initialize);