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.9678,-97.4114)};var g_09f5601291441f9baf87bc3241290381 = new google.maps.Geocoder();g_09f5601291441f9baf87bc3241290381.geocode( { 'address': "2401 Avondale Haslet Rd, Haslet, TX 76052, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('haslet-TX-first-convenience-bank').style.display = '';map = new google.maps.Map(document.getElementById('haslet-TX-first-convenience-bank'), mapOptions);}document.getElementById('38af16f2').innerHTML += ' | View Map';var $l09f5601291441f9baf87bc3241290381 = '

First Convenience Bank

Address: 2401 Avondale Haslet Rd, Haslet, TX 76052, USA
Phone: (817) 439-8701
';var m_09f5601291441f9baf87bc3241290381 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Convenience Bank',});m_09f5601291441f9baf87bc3241290381['infowindow'] = new google.maps.InfoWindow({content: $l09f5601291441f9baf87bc3241290381});var infowindow = new google.maps.InfoWindow({content: $l09f5601291441f9baf87bc3241290381});google.maps.event.addListener(m_09f5601291441f9baf87bc3241290381, 'click', function() {infowindow.open(map,m_09f5601291441f9baf87bc3241290381);});$marker.push(m_09f5601291441f9baf87bc3241290381);}});}google.maps.event.addDomListener(window, 'load', initialize);