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.7225,-97.3432)};var g_22cc83bae33aa45c37e17d8fcc4ffab5 = new google.maps.Geocoder();g_22cc83bae33aa45c37e17d8fcc4ffab5.geocode( { 'address': "1951 8th Ave, Fort Worth, TX 76110, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-worth-TX-gunn-finance').style.display = '';map = new google.maps.Map(document.getElementById('fort-worth-TX-gunn-finance'), mapOptions);}document.getElementById('815a176c').innerHTML += ' | View Map';var $l22cc83bae33aa45c37e17d8fcc4ffab5 = '

Gunn Finance

Address: 1951 8th Ave, Fort Worth, TX 76110, USA
Phone: (817) 922-9888
';var m_22cc83bae33aa45c37e17d8fcc4ffab5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Gunn Finance',});m_22cc83bae33aa45c37e17d8fcc4ffab5['infowindow'] = new google.maps.InfoWindow({content: $l22cc83bae33aa45c37e17d8fcc4ffab5});var infowindow = new google.maps.InfoWindow({content: $l22cc83bae33aa45c37e17d8fcc4ffab5});google.maps.event.addListener(m_22cc83bae33aa45c37e17d8fcc4ffab5, 'click', function() {infowindow.open(map,m_22cc83bae33aa45c37e17d8fcc4ffab5);});$marker.push(m_22cc83bae33aa45c37e17d8fcc4ffab5);}});}google.maps.event.addDomListener(window, 'load', initialize);