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.4609,-112.359)};var g_f19d766341f7f1f6ef8e87649777775b = new google.maps.Geocoder();g_f19d766341f7f1f6ef8e87649777775b.geocode( { 'address': "1310 N Litchfield Rd, Goodyear, AZ 85395, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('goodyear-AZ-first-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('goodyear-AZ-first-credit-union'), mapOptions);}document.getElementById('d39ac873').innerHTML += ' | View Map';var $lf19d766341f7f1f6ef8e87649777775b = '

First Credit Union

Address: 1310 N Litchfield Rd, Goodyear, AZ 85395, USA
Phone: (480) 756-5500
';var m_f19d766341f7f1f6ef8e87649777775b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Credit Union',});m_f19d766341f7f1f6ef8e87649777775b['infowindow'] = new google.maps.InfoWindow({content: $lf19d766341f7f1f6ef8e87649777775b});var infowindow = new google.maps.InfoWindow({content: $lf19d766341f7f1f6ef8e87649777775b});google.maps.event.addListener(m_f19d766341f7f1f6ef8e87649777775b, 'click', function() {infowindow.open(map,m_f19d766341f7f1f6ef8e87649777775b);});$marker.push(m_f19d766341f7f1f6ef8e87649777775b);}});}google.maps.event.addDomListener(window, 'load', initialize);