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(38.1315,-121.274)};var g_98f9cb2ec5d6e38bcbfc480c145839c8 = new google.maps.Geocoder();g_98f9cb2ec5d6e38bcbfc480c145839c8.geocode( { 'address': "200 S School St, Lodi, CA 95240, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lodi-CA-financial-center-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('lodi-CA-financial-center-credit-union'), mapOptions);}document.getElementById('45e3049c').innerHTML += ' | View Map';var $l98f9cb2ec5d6e38bcbfc480c145839c8 = '

Financial Center Credit Union

Address: 200 S School St, Lodi, CA 95240, USA
Phone: (209) 368-3221
';var m_98f9cb2ec5d6e38bcbfc480c145839c8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Financial Center Credit Union',});m_98f9cb2ec5d6e38bcbfc480c145839c8['infowindow'] = new google.maps.InfoWindow({content: $l98f9cb2ec5d6e38bcbfc480c145839c8});var infowindow = new google.maps.InfoWindow({content: $l98f9cb2ec5d6e38bcbfc480c145839c8});google.maps.event.addListener(m_98f9cb2ec5d6e38bcbfc480c145839c8, 'click', function() {infowindow.open(map,m_98f9cb2ec5d6e38bcbfc480c145839c8);});$marker.push(m_98f9cb2ec5d6e38bcbfc480c145839c8);}});}google.maps.event.addDomListener(window, 'load', initialize);