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.5177,-119.553)};var g_a92ca9dd1655ee338ef9885ac1f040ab = new google.maps.Geocoder();g_a92ca9dd1655ee338ef9885ac1f040ab.geocode( { 'address': "1340 Sierra St # 300, Kingsburg, CA 93631, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kingsburg-CA-housing-connection').style.display = '';map = new google.maps.Map(document.getElementById('kingsburg-CA-housing-connection'), mapOptions);}document.getElementById('1c418d74').innerHTML += ' | View Map';var $la92ca9dd1655ee338ef9885ac1f040ab = '

Housing Connection

Address: 1340 Sierra St # 300, Kingsburg, CA 93631, USA
Phone: (559) 897-4077
';var m_a92ca9dd1655ee338ef9885ac1f040ab = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Housing Connection',});m_a92ca9dd1655ee338ef9885ac1f040ab['infowindow'] = new google.maps.InfoWindow({content: $la92ca9dd1655ee338ef9885ac1f040ab});var infowindow = new google.maps.InfoWindow({content: $la92ca9dd1655ee338ef9885ac1f040ab});google.maps.event.addListener(m_a92ca9dd1655ee338ef9885ac1f040ab, 'click', function() {infowindow.open(map,m_a92ca9dd1655ee338ef9885ac1f040ab);});$marker.push(m_a92ca9dd1655ee338ef9885ac1f040ab);}});}google.maps.event.addDomListener(window, 'load', initialize);