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(33.4648,-86.8372)};var g_b255393829ec4b2b85559dc365351c1b = new google.maps.Geocoder();g_b255393829ec4b2b85559dc365351c1b.geocode( { 'address': "191 W Valley Ave, Homewood, AL 35209, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('homewood-AL-cash-connection').style.display = '';map = new google.maps.Map(document.getElementById('homewood-AL-cash-connection'), mapOptions);}document.getElementById('7e19a5b6').innerHTML += ' | View Map';var $lb255393829ec4b2b85559dc365351c1b = '

Cash Connection

Address: 191 W Valley Ave, Homewood, AL 35209, USA
Phone: (205) 942-9123
';var m_b255393829ec4b2b85559dc365351c1b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash Connection',});m_b255393829ec4b2b85559dc365351c1b['infowindow'] = new google.maps.InfoWindow({content: $lb255393829ec4b2b85559dc365351c1b});var infowindow = new google.maps.InfoWindow({content: $lb255393829ec4b2b85559dc365351c1b});google.maps.event.addListener(m_b255393829ec4b2b85559dc365351c1b, 'click', function() {infowindow.open(map,m_b255393829ec4b2b85559dc365351c1b);});$marker.push(m_b255393829ec4b2b85559dc365351c1b);}});}google.maps.event.addDomListener(window, 'load', initialize);