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.2617,-95.8767)};var g_610a5d83fabb4e774ce37870a32f7d77 = new google.maps.Geocoder();g_610a5d83fabb4e774ce37870a32f7d77.geocode( { 'address': "2133 W Broadway #200, Council Bluffs, IA 51501, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('council-bluffs-IA-payday-express').style.display = '';map = new google.maps.Map(document.getElementById('council-bluffs-IA-payday-express'), mapOptions);}document.getElementById('75711387').innerHTML += ' | View Map';var $l610a5d83fabb4e774ce37870a32f7d77 = '

Payday Express

Address: 2133 W Broadway #200, Council Bluffs, IA 51501, USA
Phone: (712) 322-4020
';var m_610a5d83fabb4e774ce37870a32f7d77 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Payday Express',});m_610a5d83fabb4e774ce37870a32f7d77['infowindow'] = new google.maps.InfoWindow({content: $l610a5d83fabb4e774ce37870a32f7d77});var infowindow = new google.maps.InfoWindow({content: $l610a5d83fabb4e774ce37870a32f7d77});google.maps.event.addListener(m_610a5d83fabb4e774ce37870a32f7d77, 'click', function() {infowindow.open(map,m_610a5d83fabb4e774ce37870a32f7d77);});$marker.push(m_610a5d83fabb4e774ce37870a32f7d77);}});}google.maps.event.addDomListener(window, 'load', initialize);