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(34.1988,-86.8602)};var g_7f22f2ce01a1d2ec3cb03a27a0db321f = new google.maps.Geocoder();g_7f22f2ce01a1d2ec3cb03a27a0db321f.geocode( { 'address': "1638 Town Sq SW, Cullman, AL 35055, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cullman-AL-custom-financial-services-inc').style.display = '';map = new google.maps.Map(document.getElementById('cullman-AL-custom-financial-services-inc'), mapOptions);}document.getElementById('e3d01b2e').innerHTML += ' | View Map';var $l7f22f2ce01a1d2ec3cb03a27a0db321f = '

Custom Financial Services, Inc.

Address: 1638 Town Sq SW, Cullman, AL 35055, USA
Phone: (256) 734-4988
';var m_7f22f2ce01a1d2ec3cb03a27a0db321f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Custom Financial Services, Inc.',});m_7f22f2ce01a1d2ec3cb03a27a0db321f['infowindow'] = new google.maps.InfoWindow({content: $l7f22f2ce01a1d2ec3cb03a27a0db321f});var infowindow = new google.maps.InfoWindow({content: $l7f22f2ce01a1d2ec3cb03a27a0db321f});google.maps.event.addListener(m_7f22f2ce01a1d2ec3cb03a27a0db321f, 'click', function() {infowindow.open(map,m_7f22f2ce01a1d2ec3cb03a27a0db321f);});$marker.push(m_7f22f2ce01a1d2ec3cb03a27a0db321f);}});}google.maps.event.addDomListener(window, 'load', initialize);