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(34.8653,-118.177)};var g_01074d0e0ca64dd52127d542d631eef0 = new google.maps.Geocoder();g_01074d0e0ca64dd52127d542d631eef0.geocode( { 'address': "2547 Rosamond Blvd, Rosamond, CA 93560, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rosamond-CA-schoolsfirst-fcu-atm').style.display = '';map = new google.maps.Map(document.getElementById('rosamond-CA-schoolsfirst-fcu-atm'), mapOptions);}document.getElementById('98b3e04a').innerHTML += ' | View Map';var $l01074d0e0ca64dd52127d542d631eef0 = '

SchoolsFirst FCU ATM

Address: 2547 Rosamond Blvd, Rosamond, CA 93560, USA
Phone:
';var m_01074d0e0ca64dd52127d542d631eef0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SchoolsFirst FCU ATM',});m_01074d0e0ca64dd52127d542d631eef0['infowindow'] = new google.maps.InfoWindow({content: $l01074d0e0ca64dd52127d542d631eef0});var infowindow = new google.maps.InfoWindow({content: $l01074d0e0ca64dd52127d542d631eef0});google.maps.event.addListener(m_01074d0e0ca64dd52127d542d631eef0, 'click', function() {infowindow.open(map,m_01074d0e0ca64dd52127d542d631eef0);});$marker.push(m_01074d0e0ca64dd52127d542d631eef0);}});}google.maps.event.addDomListener(window, 'load', initialize);