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(33.4213,-112.291)};var g_31bb4fc322a3ec02e4a4c078f726728d = new google.maps.Geocoder();g_31bb4fc322a3ec02e4a4c078f726728d.geocode( { 'address': "10730 W Lower Buckeye Rd, Avondale, AZ 85323, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('avondale-AZ-amigo-check-cashing').style.display = '';map = new google.maps.Map(document.getElementById('avondale-AZ-amigo-check-cashing'), mapOptions);}document.getElementById('08274f2d').innerHTML += ' | View Map';var $l31bb4fc322a3ec02e4a4c078f726728d = '

Amigo Check Cashing

Address: 10730 W Lower Buckeye Rd, Avondale, AZ 85323, USA
Phone: (623) 474-2217
';var m_31bb4fc322a3ec02e4a4c078f726728d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Amigo Check Cashing',});m_31bb4fc322a3ec02e4a4c078f726728d['infowindow'] = new google.maps.InfoWindow({content: $l31bb4fc322a3ec02e4a4c078f726728d});var infowindow = new google.maps.InfoWindow({content: $l31bb4fc322a3ec02e4a4c078f726728d});google.maps.event.addListener(m_31bb4fc322a3ec02e4a4c078f726728d, 'click', function() {infowindow.open(map,m_31bb4fc322a3ec02e4a4c078f726728d);});$marker.push(m_31bb4fc322a3ec02e4a4c078f726728d);}});}google.maps.event.addDomListener(window, 'load', initialize);