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.4389,-97.3567)};var g_3cff8e6cde4b5c40f89aced3769e6215 = new google.maps.Geocoder();g_3cff8e6cde4b5c40f89aced3769e6215.geocode( { 'address': "2322 23rd St, Columbus, NE 68601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbus-NE-paycheck-advance').style.display = '';map = new google.maps.Map(document.getElementById('columbus-NE-paycheck-advance'), mapOptions);}document.getElementById('8f115c03').innerHTML += ' | View Map';var $l3cff8e6cde4b5c40f89aced3769e6215 = '

Paycheck Advance

Address: 2322 23rd St, Columbus, NE 68601, USA
Phone: (402) 563-0271
';var m_3cff8e6cde4b5c40f89aced3769e6215 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Paycheck Advance',});m_3cff8e6cde4b5c40f89aced3769e6215['infowindow'] = new google.maps.InfoWindow({content: $l3cff8e6cde4b5c40f89aced3769e6215});var infowindow = new google.maps.InfoWindow({content: $l3cff8e6cde4b5c40f89aced3769e6215});google.maps.event.addListener(m_3cff8e6cde4b5c40f89aced3769e6215, 'click', function() {infowindow.open(map,m_3cff8e6cde4b5c40f89aced3769e6215);});$marker.push(m_3cff8e6cde4b5c40f89aced3769e6215);}});}google.maps.event.addDomListener(window, 'load', initialize);