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(36.5957,-119.45)};var g_af3ef97806448fbb6466a7d715515f49 = new google.maps.Geocoder();g_af3ef97806448fbb6466a7d715515f49.geocode( { 'address': "1158 G St #101, Reedley, CA 93654, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('reedley-CA-guild-mortgage-co').style.display = '';map = new google.maps.Map(document.getElementById('reedley-CA-guild-mortgage-co'), mapOptions);}document.getElementById('dd402d3b').innerHTML += ' | View Map';var $laf3ef97806448fbb6466a7d715515f49 = '

Guild Mortgage Co

Address: 1158 G St #101, Reedley, CA 93654, USA
Phone: (559) 743-7536
';var m_af3ef97806448fbb6466a7d715515f49 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Guild Mortgage Co',});m_af3ef97806448fbb6466a7d715515f49['infowindow'] = new google.maps.InfoWindow({content: $laf3ef97806448fbb6466a7d715515f49});var infowindow = new google.maps.InfoWindow({content: $laf3ef97806448fbb6466a7d715515f49});google.maps.event.addListener(m_af3ef97806448fbb6466a7d715515f49, 'click', function() {infowindow.open(map,m_af3ef97806448fbb6466a7d715515f49);});$marker.push(m_af3ef97806448fbb6466a7d715515f49);}});}google.maps.event.addDomListener(window, 'load', initialize);