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(32.0951,-96.4679)};var g_2d0cac1b87699da50b07937dcee15a05 = new google.maps.Geocoder();g_2d0cac1b87699da50b07937dcee15a05.geocode( { 'address': "317 W 3rd Ave B, Corsicana, TX 75110, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('corsicana-TX-navarro-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('corsicana-TX-navarro-credit-union'), mapOptions);}document.getElementById('c63e716a').innerHTML += ' | View Map';var $l2d0cac1b87699da50b07937dcee15a05 = '

Navarro Credit Union

Address: 317 W 3rd Ave B, Corsicana, TX 75110, USA
Phone: (903) 872-2291
';var m_2d0cac1b87699da50b07937dcee15a05 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Navarro Credit Union',});m_2d0cac1b87699da50b07937dcee15a05['infowindow'] = new google.maps.InfoWindow({content: $l2d0cac1b87699da50b07937dcee15a05});var infowindow = new google.maps.InfoWindow({content: $l2d0cac1b87699da50b07937dcee15a05});google.maps.event.addListener(m_2d0cac1b87699da50b07937dcee15a05, 'click', function() {infowindow.open(map,m_2d0cac1b87699da50b07937dcee15a05);});$marker.push(m_2d0cac1b87699da50b07937dcee15a05);}});}google.maps.event.addDomListener(window, 'load', initialize);