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(29.9884,-91.816)};var g_f306269688e3f58d59edecbc68feba60 = new google.maps.Geocoder();g_f306269688e3f58d59edecbc68feba60.geocode( { 'address': "1005 E Dale St, New Iberia, LA 70560, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-iberia-LA-p-c-credit-inc').style.display = '';map = new google.maps.Map(document.getElementById('new-iberia-LA-p-c-credit-inc'), mapOptions);}document.getElementById('54e8d8b3').innerHTML += ' | View Map';var $lf306269688e3f58d59edecbc68feba60 = '

P C Credit Inc

Address: 1005 E Dale St, New Iberia, LA 70560, USA
Phone: (337) 364-6969
';var m_f306269688e3f58d59edecbc68feba60 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'P C Credit Inc',});m_f306269688e3f58d59edecbc68feba60['infowindow'] = new google.maps.InfoWindow({content: $lf306269688e3f58d59edecbc68feba60});var infowindow = new google.maps.InfoWindow({content: $lf306269688e3f58d59edecbc68feba60});google.maps.event.addListener(m_f306269688e3f58d59edecbc68feba60, 'click', function() {infowindow.open(map,m_f306269688e3f58d59edecbc68feba60);});$marker.push(m_f306269688e3f58d59edecbc68feba60);}});}google.maps.event.addDomListener(window, 'load', initialize);