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.4745,-112.123)};var g_43f6943d7a020cdcb8d27aebb9d96221 = new google.maps.Geocoder();g_43f6943d7a020cdcb8d27aebb9d96221.geocode( { 'address': "2926 W Encanto Blvd, Phoenix, AZ 85009, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('phoenix-AZ-shamrock-foods-federal-cu').style.display = '';map = new google.maps.Map(document.getElementById('phoenix-AZ-shamrock-foods-federal-cu'), mapOptions);}document.getElementById('097906c9').innerHTML += ' | View Map';var $l43f6943d7a020cdcb8d27aebb9d96221 = '

Shamrock Foods Federal CU

Address: 2926 W Encanto Blvd, Phoenix, AZ 85009, USA
Phone: (602) 477-6429
';var m_43f6943d7a020cdcb8d27aebb9d96221 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Shamrock Foods Federal CU',});m_43f6943d7a020cdcb8d27aebb9d96221['infowindow'] = new google.maps.InfoWindow({content: $l43f6943d7a020cdcb8d27aebb9d96221});var infowindow = new google.maps.InfoWindow({content: $l43f6943d7a020cdcb8d27aebb9d96221});google.maps.event.addListener(m_43f6943d7a020cdcb8d27aebb9d96221, 'click', function() {infowindow.open(map,m_43f6943d7a020cdcb8d27aebb9d96221);});$marker.push(m_43f6943d7a020cdcb8d27aebb9d96221);}});}google.maps.event.addDomListener(window, 'load', initialize);