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.6877,-97.4017)};var g_0bb4e00e2126ea77a7a7ce9c60053c1a = new google.maps.Geocoder();g_0bb4e00e2126ea77a7a7ce9c60053c1a.geocode( { 'address': "4150 International Plaza #300, Fort Worth, TX 76109, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-worth-TX-elevate-credit-inc').style.display = '';map = new google.maps.Map(document.getElementById('fort-worth-TX-elevate-credit-inc'), mapOptions);}document.getElementById('b68f4499').innerHTML += ' | View Map';var $l0bb4e00e2126ea77a7a7ce9c60053c1a = '

Elevate Credit, Inc.

Address: 4150 International Plaza #300, Fort Worth, TX 76109, USA
Phone: (817) 928-1500
';var m_0bb4e00e2126ea77a7a7ce9c60053c1a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Elevate Credit, Inc.',});m_0bb4e00e2126ea77a7a7ce9c60053c1a['infowindow'] = new google.maps.InfoWindow({content: $l0bb4e00e2126ea77a7a7ce9c60053c1a});var infowindow = new google.maps.InfoWindow({content: $l0bb4e00e2126ea77a7a7ce9c60053c1a});google.maps.event.addListener(m_0bb4e00e2126ea77a7a7ce9c60053c1a, 'click', function() {infowindow.open(map,m_0bb4e00e2126ea77a7a7ce9c60053c1a);});$marker.push(m_0bb4e00e2126ea77a7a7ce9c60053c1a);}});}google.maps.event.addDomListener(window, 'load', initialize);