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.6915,-114.624)};var g_e31a1ba03ccbd7a24310cfb120957746 = new google.maps.Geocoder();g_e31a1ba03ccbd7a24310cfb120957746.geocode( { 'address': "360 W. 20th St., Suites A & B, Yuma, AZ 85364, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('yuma-AZ-guild-mortgage-company').style.display = '';map = new google.maps.Map(document.getElementById('yuma-AZ-guild-mortgage-company'), mapOptions);}document.getElementById('5621960b').innerHTML += ' | View Map';var $le31a1ba03ccbd7a24310cfb120957746 = '

Guild Mortgage Company

Address: 360 W. 20th St., Suites A & B, Yuma, AZ 85364, USA
Phone: (928) 343-7995
';var m_e31a1ba03ccbd7a24310cfb120957746 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Guild Mortgage Company',});m_e31a1ba03ccbd7a24310cfb120957746['infowindow'] = new google.maps.InfoWindow({content: $le31a1ba03ccbd7a24310cfb120957746});var infowindow = new google.maps.InfoWindow({content: $le31a1ba03ccbd7a24310cfb120957746});google.maps.event.addListener(m_e31a1ba03ccbd7a24310cfb120957746, 'click', function() {infowindow.open(map,m_e31a1ba03ccbd7a24310cfb120957746);});$marker.push(m_e31a1ba03ccbd7a24310cfb120957746);}});}google.maps.event.addDomListener(window, 'load', initialize);