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.9704,-96.8498)};var g_3f58bbe09690c294f359ed674850bbef = new google.maps.Geocoder();g_3f58bbe09690c294f359ed674850bbef.geocode( { 'address': "2245 Keller Way, Carrollton, TX 75006, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('carrollton-TX-credit-security-group').style.display = '';map = new google.maps.Map(document.getElementById('carrollton-TX-credit-security-group'), mapOptions);}document.getElementById('4d6631d5').innerHTML += ' | View Map';var $l3f58bbe09690c294f359ed674850bbef = '

Credit Security Group

Address: 2245 Keller Way, Carrollton, TX 75006, USA
Phone: (972) 820-0342
';var m_3f58bbe09690c294f359ed674850bbef = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Security Group',});m_3f58bbe09690c294f359ed674850bbef['infowindow'] = new google.maps.InfoWindow({content: $l3f58bbe09690c294f359ed674850bbef});var infowindow = new google.maps.InfoWindow({content: $l3f58bbe09690c294f359ed674850bbef});google.maps.event.addListener(m_3f58bbe09690c294f359ed674850bbef, 'click', function() {infowindow.open(map,m_3f58bbe09690c294f359ed674850bbef);});$marker.push(m_3f58bbe09690c294f359ed674850bbef);}});}google.maps.event.addDomListener(window, 'load', initialize);