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.0077,-92.433)};var g_0df348505f7286dd9c866b0597509b70 = new google.maps.Geocoder();g_0df348505f7286dd9c866b0597509b70.geocode( { 'address': "807 Richmond Ave, Ottumwa, IA 52501, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ottumwa-IA-payday-today').style.display = '';map = new google.maps.Map(document.getElementById('ottumwa-IA-payday-today'), mapOptions);}document.getElementById('3b1f2545').innerHTML += ' | View Map';var $l0df348505f7286dd9c866b0597509b70 = '

Payday Today

Address: 807 Richmond Ave, Ottumwa, IA 52501, USA
Phone: (641) 683-4441
';var m_0df348505f7286dd9c866b0597509b70 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Payday Today',});m_0df348505f7286dd9c866b0597509b70['infowindow'] = new google.maps.InfoWindow({content: $l0df348505f7286dd9c866b0597509b70});var infowindow = new google.maps.InfoWindow({content: $l0df348505f7286dd9c866b0597509b70});google.maps.event.addListener(m_0df348505f7286dd9c866b0597509b70, 'click', function() {infowindow.open(map,m_0df348505f7286dd9c866b0597509b70);});$marker.push(m_0df348505f7286dd9c866b0597509b70);}});}google.maps.event.addDomListener(window, 'load', initialize);