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(38.5985,-86.1006)};var g_e314b7bd30b06bd1c0b57267672d3e0b = new google.maps.Geocoder();g_e314b7bd30b06bd1c0b57267672d3e0b.geocode( { 'address': "607 S Main St, Salem, IN 47167, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('salem-IN-pay-day-usa').style.display = '';map = new google.maps.Map(document.getElementById('salem-IN-pay-day-usa'), mapOptions);}document.getElementById('9426e1fa').innerHTML += ' | View Map';var $le314b7bd30b06bd1c0b57267672d3e0b = '

Pay Day USA

Address: 607 S Main St, Salem, IN 47167, USA
Phone: (812) 896-1837
';var m_e314b7bd30b06bd1c0b57267672d3e0b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Pay Day USA',});m_e314b7bd30b06bd1c0b57267672d3e0b['infowindow'] = new google.maps.InfoWindow({content: $le314b7bd30b06bd1c0b57267672d3e0b});var infowindow = new google.maps.InfoWindow({content: $le314b7bd30b06bd1c0b57267672d3e0b});google.maps.event.addListener(m_e314b7bd30b06bd1c0b57267672d3e0b, 'click', function() {infowindow.open(map,m_e314b7bd30b06bd1c0b57267672d3e0b);});$marker.push(m_e314b7bd30b06bd1c0b57267672d3e0b);}});}google.maps.event.addDomListener(window, 'load', initialize);