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.6264,-121.328)};var g_eb3b3fc53c61d3c75b6bae57d481ad18 = new google.maps.Geocoder();g_eb3b3fc53c61d3c75b6bae57d481ad18.geocode( { 'address': "6908 Fair Oaks Blvd, Carmichael, CA 95608, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('carmichael-CA-atm').style.display = '';map = new google.maps.Map(document.getElementById('carmichael-CA-atm'), mapOptions);}document.getElementById('cad71ebc').innerHTML += ' | View Map';var $leb3b3fc53c61d3c75b6bae57d481ad18 = '

ATM

Address: 6908 Fair Oaks Blvd, Carmichael, CA 95608, USA
Phone: (916) 486-8092
';var m_eb3b3fc53c61d3c75b6bae57d481ad18 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM',});m_eb3b3fc53c61d3c75b6bae57d481ad18['infowindow'] = new google.maps.InfoWindow({content: $leb3b3fc53c61d3c75b6bae57d481ad18});var infowindow = new google.maps.InfoWindow({content: $leb3b3fc53c61d3c75b6bae57d481ad18});google.maps.event.addListener(m_eb3b3fc53c61d3c75b6bae57d481ad18, 'click', function() {infowindow.open(map,m_eb3b3fc53c61d3c75b6bae57d481ad18);});$marker.push(m_eb3b3fc53c61d3c75b6bae57d481ad18);}});}google.maps.event.addDomListener(window, 'load', initialize);