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(36.1195,-100.025)};var g_a56e82a5be27476816e0445bc25ef4c7 = new google.maps.Geocoder();g_a56e82a5be27476816e0445bc25ef4c7.geocode( { 'address': "21 Main St, Higgins, TX 79046, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('higgins-TX-happy-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('higgins-TX-happy-state-bank'), mapOptions);}document.getElementById('5ebfe341').innerHTML += ' | View Map';var $la56e82a5be27476816e0445bc25ef4c7 = '

Happy State Bank

Address: 21 Main St, Higgins, TX 79046, USA
Phone: (806) 852-2265
';var m_a56e82a5be27476816e0445bc25ef4c7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Happy State Bank',});m_a56e82a5be27476816e0445bc25ef4c7['infowindow'] = new google.maps.InfoWindow({content: $la56e82a5be27476816e0445bc25ef4c7});var infowindow = new google.maps.InfoWindow({content: $la56e82a5be27476816e0445bc25ef4c7});google.maps.event.addListener(m_a56e82a5be27476816e0445bc25ef4c7, 'click', function() {infowindow.open(map,m_a56e82a5be27476816e0445bc25ef4c7);});$marker.push(m_a56e82a5be27476816e0445bc25ef4c7);}});}google.maps.event.addDomListener(window, 'load', initialize);