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(35.5464,-108.76)};var g_775c4143971141e336639ecc3ea00327 = new google.maps.Geocoder();g_775c4143971141e336639ecc3ea00327.geocode( { 'address': "1383 US-491, Gallup, NM 87301, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gallup-NM-first-financial-cu').style.display = '';map = new google.maps.Map(document.getElementById('gallup-NM-first-financial-cu'), mapOptions);}document.getElementById('44ac606a').innerHTML += ' | View Map';var $l775c4143971141e336639ecc3ea00327 = '

First Financial Cu

Address: 1383 US-491, Gallup, NM 87301, USA
Phone: (505) 722-6608
';var m_775c4143971141e336639ecc3ea00327 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Financial Cu',});m_775c4143971141e336639ecc3ea00327['infowindow'] = new google.maps.InfoWindow({content: $l775c4143971141e336639ecc3ea00327});var infowindow = new google.maps.InfoWindow({content: $l775c4143971141e336639ecc3ea00327});google.maps.event.addListener(m_775c4143971141e336639ecc3ea00327, 'click', function() {infowindow.open(map,m_775c4143971141e336639ecc3ea00327);});$marker.push(m_775c4143971141e336639ecc3ea00327);}});}google.maps.event.addDomListener(window, 'load', initialize);