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(44.8026,-91.4705)};var g_dd04b0cb9dc44609df0f78c4960e9589 = new google.maps.Geocoder();g_dd04b0cb9dc44609df0f78c4960e9589.geocode( { 'address': "1508 S Hastings Way, Eau Claire, WI 54701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('eau-claire-WI-payday-usa').style.display = '';map = new google.maps.Map(document.getElementById('eau-claire-WI-payday-usa'), mapOptions);}document.getElementById('14d7764b').innerHTML += ' | View Map';var $ldd04b0cb9dc44609df0f78c4960e9589 = '

Payday USA

Address: 1508 S Hastings Way, Eau Claire, WI 54701, USA
Phone: (715) 552-5522
';var m_dd04b0cb9dc44609df0f78c4960e9589 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Payday USA',});m_dd04b0cb9dc44609df0f78c4960e9589['infowindow'] = new google.maps.InfoWindow({content: $ldd04b0cb9dc44609df0f78c4960e9589});var infowindow = new google.maps.InfoWindow({content: $ldd04b0cb9dc44609df0f78c4960e9589});google.maps.event.addListener(m_dd04b0cb9dc44609df0f78c4960e9589, 'click', function() {infowindow.open(map,m_dd04b0cb9dc44609df0f78c4960e9589);});$marker.push(m_dd04b0cb9dc44609df0f78c4960e9589);}});}google.maps.event.addDomListener(window, 'load', initialize);