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(33.4992,-117.165)};var g_a5aea5dd6d6e53b12a4434f55f6050e8 = new google.maps.Geocoder();g_a5aea5dd6d6e53b12a4434f55f6050e8.geocode( { 'address': "International Rectifier, 41915 Business Park Dr, Temecula, CA 92590, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('temecula-CA-unify-financial-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('temecula-CA-unify-financial-credit-union'), mapOptions);}document.getElementById('690de2a8').innerHTML += ' | View Map';var $la5aea5dd6d6e53b12a4434f55f6050e8 = '

UNIFY Financial Credit Union

Address: International Rectifier, 41915 Business Park Dr, Temecula, CA 92590, USA
Phone: (877) 254-9328
';var m_a5aea5dd6d6e53b12a4434f55f6050e8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'UNIFY Financial Credit Union',});m_a5aea5dd6d6e53b12a4434f55f6050e8['infowindow'] = new google.maps.InfoWindow({content: $la5aea5dd6d6e53b12a4434f55f6050e8});var infowindow = new google.maps.InfoWindow({content: $la5aea5dd6d6e53b12a4434f55f6050e8});google.maps.event.addListener(m_a5aea5dd6d6e53b12a4434f55f6050e8, 'click', function() {infowindow.open(map,m_a5aea5dd6d6e53b12a4434f55f6050e8);});$marker.push(m_a5aea5dd6d6e53b12a4434f55f6050e8);}});}google.maps.event.addDomListener(window, 'load', initialize);