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(30.2274,-93.3759)};var g_ecfaf27832aa24e4a6949bdf15acd1b6 = new google.maps.Geocoder();g_ecfaf27832aa24e4a6949bdf15acd1b6.geocode( { 'address': "1420 Ruth St # 3, Sulphur, LA 70663, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sulphur-LA-first-heritage-credit').style.display = '';map = new google.maps.Map(document.getElementById('sulphur-LA-first-heritage-credit'), mapOptions);}document.getElementById('50a11c70').innerHTML += ' | View Map';var $lecfaf27832aa24e4a6949bdf15acd1b6 = '

First Heritage Credit

Address: 1420 Ruth St # 3, Sulphur, LA 70663, USA
Phone: (337) 528-6740
';var m_ecfaf27832aa24e4a6949bdf15acd1b6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Heritage Credit',});m_ecfaf27832aa24e4a6949bdf15acd1b6['infowindow'] = new google.maps.InfoWindow({content: $lecfaf27832aa24e4a6949bdf15acd1b6});var infowindow = new google.maps.InfoWindow({content: $lecfaf27832aa24e4a6949bdf15acd1b6});google.maps.event.addListener(m_ecfaf27832aa24e4a6949bdf15acd1b6, 'click', function() {infowindow.open(map,m_ecfaf27832aa24e4a6949bdf15acd1b6);});$marker.push(m_ecfaf27832aa24e4a6949bdf15acd1b6);}});}google.maps.event.addDomListener(window, 'load', initialize);