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.681,-114.625)};var g_d3a8f086ae1cc1968cb0d2e3c1e3fc87 = new google.maps.Geocoder();g_d3a8f086ae1cc1968cb0d2e3c1e3fc87.geocode( { 'address': "2550 S 4th Ave # 1, Yuma, AZ 85364, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('yuma-AZ-best-choice-loan-solutions').style.display = '';map = new google.maps.Map(document.getElementById('yuma-AZ-best-choice-loan-solutions'), mapOptions);}document.getElementById('fdb9e4f1').innerHTML += ' | View Map';var $ld3a8f086ae1cc1968cb0d2e3c1e3fc87 = '

Best Choice Loan Solutions

Address: 2550 S 4th Ave # 1, Yuma, AZ 85364, USA
Phone: (928) 726-9915
';var m_d3a8f086ae1cc1968cb0d2e3c1e3fc87 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Best Choice Loan Solutions',});m_d3a8f086ae1cc1968cb0d2e3c1e3fc87['infowindow'] = new google.maps.InfoWindow({content: $ld3a8f086ae1cc1968cb0d2e3c1e3fc87});var infowindow = new google.maps.InfoWindow({content: $ld3a8f086ae1cc1968cb0d2e3c1e3fc87});google.maps.event.addListener(m_d3a8f086ae1cc1968cb0d2e3c1e3fc87, 'click', function() {infowindow.open(map,m_d3a8f086ae1cc1968cb0d2e3c1e3fc87);});$marker.push(m_d3a8f086ae1cc1968cb0d2e3c1e3fc87);}});}google.maps.event.addDomListener(window, 'load', initialize);