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.8094,-98.0983)};var g_a34b4120deccc32a48bc69b8f61319b3 = new google.maps.Geocoder();g_a34b4120deccc32a48bc69b8f61319b3.geocode( { 'address': "1701 E Hubbard St, Mineral Wells, TX 76067, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mineral-wells-TX-titan-bank').style.display = '';map = new google.maps.Map(document.getElementById('mineral-wells-TX-titan-bank'), mapOptions);}document.getElementById('032f2b71').innerHTML += ' | View Map';var $la34b4120deccc32a48bc69b8f61319b3 = '

Titan Bank

Address: 1701 E Hubbard St, Mineral Wells, TX 76067, USA
Phone: (940) 325-9821
';var m_a34b4120deccc32a48bc69b8f61319b3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Titan Bank',});m_a34b4120deccc32a48bc69b8f61319b3['infowindow'] = new google.maps.InfoWindow({content: $la34b4120deccc32a48bc69b8f61319b3});var infowindow = new google.maps.InfoWindow({content: $la34b4120deccc32a48bc69b8f61319b3});google.maps.event.addListener(m_a34b4120deccc32a48bc69b8f61319b3, 'click', function() {infowindow.open(map,m_a34b4120deccc32a48bc69b8f61319b3);});$marker.push(m_a34b4120deccc32a48bc69b8f61319b3);}});}google.maps.event.addDomListener(window, 'load', initialize);