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.407,-99.769)};var g_2cad2d35b1e18964537a63b986142aa0 = new google.maps.Geocoder();g_2cad2d35b1e18964537a63b986142aa0.geocode( { 'address': "2 Village Dr #300, Abilene, TX 79606, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('abilene-TX-insurance-credit-corporation').style.display = '';map = new google.maps.Map(document.getElementById('abilene-TX-insurance-credit-corporation'), mapOptions);}document.getElementById('3b6380b0').innerHTML += ' | View Map';var $l2cad2d35b1e18964537a63b986142aa0 = '

Insurance Credit Corporation

Address: 2 Village Dr #300, Abilene, TX 79606, USA
Phone: (325) 695-7028
';var m_2cad2d35b1e18964537a63b986142aa0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Insurance Credit Corporation',});m_2cad2d35b1e18964537a63b986142aa0['infowindow'] = new google.maps.InfoWindow({content: $l2cad2d35b1e18964537a63b986142aa0});var infowindow = new google.maps.InfoWindow({content: $l2cad2d35b1e18964537a63b986142aa0});google.maps.event.addListener(m_2cad2d35b1e18964537a63b986142aa0, 'click', function() {infowindow.open(map,m_2cad2d35b1e18964537a63b986142aa0);});$marker.push(m_2cad2d35b1e18964537a63b986142aa0);}});}google.maps.event.addDomListener(window, 'load', initialize);