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(32.7027,-114.625)};var g_ae73c1edace2417aa439df1a58081057 = new google.maps.Geocoder();g_ae73c1edace2417aa439df1a58081057.geocode( { 'address': "1334 S 4th Ave, Yuma, AZ 85364, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('yuma-AZ-moneygram').style.display = '';map = new google.maps.Map(document.getElementById('yuma-AZ-moneygram'), mapOptions);}document.getElementById('a11bd269').innerHTML += ' | View Map';var $lae73c1edace2417aa439df1a58081057 = '

MoneyGram

Address: 1334 S 4th Ave, Yuma, AZ 85364, USA
Phone: (928) 782-6339
';var m_ae73c1edace2417aa439df1a58081057 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MoneyGram',});m_ae73c1edace2417aa439df1a58081057['infowindow'] = new google.maps.InfoWindow({content: $lae73c1edace2417aa439df1a58081057});var infowindow = new google.maps.InfoWindow({content: $lae73c1edace2417aa439df1a58081057});google.maps.event.addListener(m_ae73c1edace2417aa439df1a58081057, 'click', function() {infowindow.open(map,m_ae73c1edace2417aa439df1a58081057);});$marker.push(m_ae73c1edace2417aa439df1a58081057);}});}google.maps.event.addDomListener(window, 'load', initialize);