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(37.6741,-120.993)};var g_c354ec00a861dcae9a4a276ea41d2590 = new google.maps.Geocoder();g_c354ec00a861dcae9a4a276ea41d2590.geocode( { 'address': "2112 McHenry Ave # A, Modesto, CA 95350, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('modesto-CA-organized-labor-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('modesto-CA-organized-labor-credit-union'), mapOptions);}document.getElementById('abdbd4c6').innerHTML += ' | View Map';var $lc354ec00a861dcae9a4a276ea41d2590 = '

Organized Labor Credit Union

Address: 2112 McHenry Ave # A, Modesto, CA 95350, USA
Phone: (209) 527-8731
';var m_c354ec00a861dcae9a4a276ea41d2590 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Organized Labor Credit Union',});m_c354ec00a861dcae9a4a276ea41d2590['infowindow'] = new google.maps.InfoWindow({content: $lc354ec00a861dcae9a4a276ea41d2590});var infowindow = new google.maps.InfoWindow({content: $lc354ec00a861dcae9a4a276ea41d2590});google.maps.event.addListener(m_c354ec00a861dcae9a4a276ea41d2590, 'click', function() {infowindow.open(map,m_c354ec00a861dcae9a4a276ea41d2590);});$marker.push(m_c354ec00a861dcae9a4a276ea41d2590);}});}google.maps.event.addDomListener(window, 'load', initialize);