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.0143,-92.4076)};var g_f8051ec0460550327e241fc99e96c151 = new google.maps.Geocoder();g_f8051ec0460550327e241fc99e96c151.geocode( { 'address': "509 E Main St, Ottumwa, IA 52501, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ottumwa-IA-nancys-pawn-shop').style.display = '';map = new google.maps.Map(document.getElementById('ottumwa-IA-nancys-pawn-shop'), mapOptions);}document.getElementById('b1373341').innerHTML += ' | View Map';var $lf8051ec0460550327e241fc99e96c151 = '

Nancy's Pawn Shop

Address: 509 E Main St, Ottumwa, IA 52501, USA
Phone: (641) 682-8661
';var m_f8051ec0460550327e241fc99e96c151 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Nancy's Pawn Shop',});m_f8051ec0460550327e241fc99e96c151['infowindow'] = new google.maps.InfoWindow({content: $lf8051ec0460550327e241fc99e96c151});var infowindow = new google.maps.InfoWindow({content: $lf8051ec0460550327e241fc99e96c151});google.maps.event.addListener(m_f8051ec0460550327e241fc99e96c151, 'click', function() {infowindow.open(map,m_f8051ec0460550327e241fc99e96c151);});$marker.push(m_f8051ec0460550327e241fc99e96c151);}});}google.maps.event.addDomListener(window, 'load', initialize);