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.9077,-97.1888)};var g_b7a5e93462b5e1ca2c7f1c80a33f54ae = new google.maps.Geocoder();g_b7a5e93462b5e1ca2c7f1c80a33f54ae.geocode( { 'address': "8528 Davis Blvd #134185, North Richland Hills, TX 76182, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-richland-hills-TX-my-diy-credit').style.display = '';map = new google.maps.Map(document.getElementById('north-richland-hills-TX-my-diy-credit'), mapOptions);}document.getElementById('b5c45338').innerHTML += ' | View Map';var $lb7a5e93462b5e1ca2c7f1c80a33f54ae = '

My DIY Credit

Address: 8528 Davis Blvd #134185, North Richland Hills, TX 76182, USA
Phone: (855) 685-5326
';var m_b7a5e93462b5e1ca2c7f1c80a33f54ae = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'My DIY Credit',});m_b7a5e93462b5e1ca2c7f1c80a33f54ae['infowindow'] = new google.maps.InfoWindow({content: $lb7a5e93462b5e1ca2c7f1c80a33f54ae});var infowindow = new google.maps.InfoWindow({content: $lb7a5e93462b5e1ca2c7f1c80a33f54ae});google.maps.event.addListener(m_b7a5e93462b5e1ca2c7f1c80a33f54ae, 'click', function() {infowindow.open(map,m_b7a5e93462b5e1ca2c7f1c80a33f54ae);});$marker.push(m_b7a5e93462b5e1ca2c7f1c80a33f54ae);}});}google.maps.event.addDomListener(window, 'load', initialize);