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.5974,-119.452)};var g_af99ade93f9e9c47a3396c62f6f2fb17 = new google.maps.Geocoder();g_af99ade93f9e9c47a3396c62f6f2fb17.geocode( { 'address': "1000 G St, Reedley, CA 93654, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('reedley-CA-chase-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('reedley-CA-chase-mortgage'), mapOptions);}document.getElementById('fd1dca99').innerHTML += ' | View Map';var $laf99ade93f9e9c47a3396c62f6f2fb17 = '

Chase Mortgage

Address: 1000 G St, Reedley, CA 93654, USA
Phone: (559) 638-6345
';var m_af99ade93f9e9c47a3396c62f6f2fb17 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chase Mortgage',});m_af99ade93f9e9c47a3396c62f6f2fb17['infowindow'] = new google.maps.InfoWindow({content: $laf99ade93f9e9c47a3396c62f6f2fb17});var infowindow = new google.maps.InfoWindow({content: $laf99ade93f9e9c47a3396c62f6f2fb17});google.maps.event.addListener(m_af99ade93f9e9c47a3396c62f6f2fb17, 'click', function() {infowindow.open(map,m_af99ade93f9e9c47a3396c62f6f2fb17);});$marker.push(m_af99ade93f9e9c47a3396c62f6f2fb17);}});}google.maps.event.addDomListener(window, 'load', initialize);