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(30.3689,-94.3118)};var g_d5fab51e3632dd1249205b49f43c5c68 = new google.maps.Geocoder();g_d5fab51e3632dd1249205b49f43c5c68.geocode( { 'address': "Monroe St, 155, Kountze, TX 77625, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kountze-TX-education-first-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('kountze-TX-education-first-federal-credit-union'), mapOptions);}document.getElementById('878c584d').innerHTML += ' | View Map';var $ld5fab51e3632dd1249205b49f43c5c68 = '

Education First Federal Credit Union

Address: Monroe St, 155, Kountze, TX 77625, USA
Phone: (409) 896-8757
';var m_d5fab51e3632dd1249205b49f43c5c68 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Education First Federal Credit Union',});m_d5fab51e3632dd1249205b49f43c5c68['infowindow'] = new google.maps.InfoWindow({content: $ld5fab51e3632dd1249205b49f43c5c68});var infowindow = new google.maps.InfoWindow({content: $ld5fab51e3632dd1249205b49f43c5c68});google.maps.event.addListener(m_d5fab51e3632dd1249205b49f43c5c68, 'click', function() {infowindow.open(map,m_d5fab51e3632dd1249205b49f43c5c68);});$marker.push(m_d5fab51e3632dd1249205b49f43c5c68);}});}google.maps.event.addDomListener(window, 'load', initialize);